home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / search.css < prev    next >
Cascading Style Sheet File  |  2002-09-25  |  7KB  |  373 lines

  1. /*
  2.  * DQSD Stylesheet
  3.  * added by Neel Doshi (neel_doshi@hotmail.com) 3/31/2002
  4.  * modified by Neel Doshi (neel_doshi@hotmail.com) 4/03/2002
  5.  * modified by Neel Doshi (neel_doshi@hotmail.com) 4/09/2002
  6.  * $Revision: 1.2
  7.  * $Date: 2002/04/09 00:03:00
  8.  *
  9.  * TODO:
  10.  * - Check each individual style to make sure this is the minimum required set of instructions.
  11. */
  12.  
  13. /*
  14. Styles for the search field
  15. */
  16. body
  17. {
  18.  margin: 0px;
  19.  border: 0;
  20.  padding: 0;
  21.  background-color: threedface;
  22. }
  23. div#delaymsg
  24. {
  25.  font: menu;
  26.  text-align: center;
  27. }
  28. td, th
  29. {
  30.  font: menu;
  31. }
  32. .txtfld, .clock
  33. {
  34.  font : menu;
  35.  background-color: window;
  36.  color: windowtext;
  37.  border-style: inset;
  38.  border-width:1px;
  39.  padding-top:2px;
  40.  padding-left:2px;
  41.  padding-right:2px;
  42.  padding-bottom:3px;
  43.  margin:0px;
  44.  position:absolute;
  45.  overflow:hidden;
  46.  word-break:break-all;
  47. }
  48. .clock
  49. {
  50.  background-color: menu;
  51.  color: windowtext;
  52.  cursor:hand;
  53.  text-align:right;
  54. }
  55. .gobutton, .mogobutton, .mdgobutton
  56. {
  57.  font : menu;
  58.  padding-bottom:1px;
  59.  padding-top:1px;
  60.  padding-right:1px;
  61.  padding-left:1px;
  62.  border:2px;
  63.  border-style:solid;
  64.  border-color:threedface;
  65.  background-color:threedface;
  66.  color:buttontext;
  67.  margin:0px;
  68.  position:absolute;
  69. }
  70. .mogobutton
  71. {
  72.  border-style:outset;
  73.  border-color:window;
  74. }
  75. .mdgobutton
  76. {
  77.  padding-bottom:0px;
  78.  padding-top:2px;
  79.  padding-right:0px;
  80.  padding-left:2px;
  81.  border-style:inset;
  82.  border-color:window;
  83. }
  84.  
  85.  
  86. /*
  87. Styles for the calendar
  88. */
  89. .cal
  90. {
  91.   border:2px;
  92.   border-style:outset;
  93. }
  94. .calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
  95. {
  96.   font-weight:bold;
  97.   border-width:1;
  98.   border-style:solid;
  99.   border-color:menu;
  100.   color:red;
  101. }
  102. .calnavyear, .calnavyearhigh
  103. {
  104.   color:firebrick;
  105. }
  106. .calmonth, .calmonthhigh
  107. {
  108.   font-weight:bold;
  109. }
  110. .caleventday, .caleventdayhigh
  111. {
  112.   color:red;
  113. }
  114. .caltodayevent, .caltodayeventhigh
  115. {
  116.   color:red;
  117.   background-color:window;
  118.   font-weight:bold;
  119.   border-width:1;
  120.   border-style:solid;
  121.   border-color:threedshadow;
  122. }
  123. .caltoday, .caltodayhigh
  124. {
  125.   background-color:window;
  126.   font-weight:bold;
  127.   border-width:1;
  128.   border-style:solid;
  129.   border-color:threedshadow;
  130. }
  131. .calgray, .calgrayhigh
  132. {
  133.   color:graytext;
  134. }
  135. .caldow
  136. {
  137.   text-align:center;
  138. }
  139. .calmonth, .calnavmonth, .calnavyear, .calday, .caleventday, .caltodayevent, .caltoday, .calgray
  140. {
  141.   text-align:center;
  142.   cursor:hand;
  143. }
  144. .calmonthhigh, .calnavmonthhigh, .calnavyearhigh, .caldayhigh, .caleventdayhigh, .caltodayeventhigh, .caltodayhigh, .calgrayhigh
  145. {
  146.   cursor:hand;
  147.   background-color:highlight;
  148.   color:highlighttext;
  149.   text-align:center;
  150. }
  151. .calmonth
  152. {
  153.   cursor:default;
  154. }
  155.  
  156.  
  157. /*
  158. Styles for the pop-up menu
  159. */
  160. .menuCommands
  161. {
  162.   padding-left:20px;
  163. }
  164. .menuAlias
  165. {
  166.   padding-left:10px;
  167.   padding-right:10px;
  168.   color:red;
  169. }
  170. .menuRow, .menuRowHigh
  171. {
  172.   height:18px;
  173.   background-color:menu;
  174.   color:menutext;
  175.   cursor:hand;
  176. }
  177. .menuRowHigh
  178. {
  179.   background-color:highlight;
  180.   color:highlighttext;
  181. }
  182. .menuSeparator
  183. {
  184.   height:1px;
  185.   padding-top:0px;
  186.   padding-bottom:0px;
  187.   padding-left:4px;
  188.   padding-right:4px;
  189. }
  190. .menuHR
  191. {
  192.   height:2px;
  193. }
  194.  
  195.  
  196. /*
  197. Styles for the help box
  198. */
  199. .helpboxCategoryExpander, .helpboxCategoryExpanderSign
  200. {
  201.   behavior: url(categoryExpander.htc);
  202.   vertical-align:top;
  203. }
  204. .helpboxCategoryExpander, .helpboxCategoryExpanderSign,
  205. {
  206.   cursor:hand;
  207.   font-size: 9px;
  208.   font-weight:normal;
  209.   color: blue;
  210. }
  211. .helpboxCategoryExpanderSign
  212. {
  213.   color: silver;
  214.   font-family: "Courier New", Courier, monospace;
  215. }
  216. .helpboxCategory, .helpboxCategoryTop, .helpboxCategoryCount, .helpboxCategoryExpanderRow
  217. {
  218.   font:menu;
  219.   background-color:highlight;
  220. }
  221. .helpboxCategory
  222. {
  223.   font-weight:bold;
  224.   color:white;
  225. }
  226. .helpboxCategoryTop, .helpboxCategoryCount
  227. {
  228.   color:silver;
  229.   font-size: 10px;
  230.   font-weight:normal;
  231. }
  232. .helpboxCategoryDisabledCount
  233. {
  234.   color: #cFc4e4;
  235.   font-size: 10px;
  236.   font-weight:normal;
  237. }
  238. .helpboxAlias
  239. {
  240.   color:buttonhighlight;
  241. }
  242. .helpbox
  243. {
  244.   font:menu;
  245. }
  246. .helpboxDescriptions, .helpboxToggle
  247. {
  248.   font:menu;
  249.   background-color:window;
  250.   width:99%;
  251.   vertical-align:top;
  252. }
  253. .helpboxToggle
  254. {
  255.   width:1px;
  256. }
  257. .helpboxCommands
  258. {
  259.   font-weight:bold;
  260.   background-color:highlight;
  261.   color:white;
  262.   vertical-align:top;
  263. }
  264. .helpboxDescLabels
  265. {
  266.   font-weight:bold;
  267.   color:activeCaption;
  268. }
  269. TR.disabledSearch TD
  270. ,TR.disabledSearch TD TABLE.helpboxDescTable TD
  271. ,TR.disabledSearch .helpboxDescLabels
  272. ,TR.disabledSearch A.helpboxLink
  273. ,TR.disabledSearch A.helpboxLink:VISITED
  274. ,TR.disabledSearch A.helpboxLink:ACTIVE
  275. ,TR.disabledSearch .helpboxSearchName
  276. ,TR.disabledSearch A.helpboxAlias
  277. ,TR.disabledSearch A.helpboxCommandLink
  278. ,TR.disabledSearch A.helpboxCommandLink:ACTIVE
  279. {
  280.   background: scrollbar;
  281.   color: graytext;
  282. }
  283. TR.localSearch .helpboxCommands
  284. {
  285.   background-color:#008000;
  286. }
  287.  
  288. TABLE.helpboxDescTable
  289. {
  290.   border:0px;
  291.   border-collapse:collapse;
  292.   border-spacing:0;
  293. }
  294. TABLE.helpboxDescTable TD
  295. {
  296.   color:activeCaption;
  297.   vertical-align:top;
  298.   padding:0px;
  299.   padding-left:6px;
  300.   padding-right:6px;
  301. }
  302. A.helpboxLink:ACTIVE, A.helpboxLink:LINK, A.helpboxLink:VISITED, A.helpboxLink:HOVER, .helpboxSearchName
  303. {
  304.   color:blue;
  305. }
  306. A.helpboxLinkTop:ACTIVE,  A.helpboxLinkTop:LINK, A.helpboxLinkTop:VISITED, A.helpboxLinkTop:HOVER
  307. {
  308.   color:silver;
  309. }
  310. A.helpboxLinkJump:ACTIVE,  A.helpboxLinkJump:LINK, A.helpboxLinkJump:VISITED, A.helpboxLinkJump:HOVER
  311. {
  312.   color:blue;
  313. }
  314. A.helpboxCommandLink:ACTIVE, A.helpboxCommandLink:LINK, A.helpboxCommandLink:VISITED, A.helpboxCommandLink:HOVER
  315. {
  316.   color:white;
  317. }
  318. A.helpboxLinkTop:HOVER, A.helpboxLink:HOVER, A.helpboxLinkJump:HOVER, A.helpboxCommandLink:HOVER
  319. {
  320.   color:red
  321. }
  322.  
  323. TABLE#keybindings
  324. {
  325.   margin-left: 1em;
  326.   border: 0px;
  327.   margin-top: 5px;
  328. }
  329.  
  330. TABLE#keybindings TD
  331. {
  332.   vertical-align: top;
  333.   border: 1px inset;
  334.   padding: 2px 2px 2px 2px;
  335. }
  336.  
  337. TABLE#keybindings TD.keyname
  338. {
  339.   white-space: nowrap;
  340. }
  341.  
  342. TABLE#keybindings TH
  343. {
  344.   border: 1px outset;
  345.   font-weight: bold;
  346. }
  347.  
  348.  
  349. /* STYLES FOR ORIGINAL HELP BOX :: Uncomment these styles to make the help box look like the original help box */
  350. /*
  351. .helpboxDescriptions
  352. {
  353.   background-color:lightgreen;
  354. }
  355. .helpboxCommands, .helpboxCategory, .helpboxCategoryTop, .helpboxCategoryCount, .helpboxCategoryExpanderRow
  356. {
  357.   background-color:skyblue;
  358.   color:black;
  359. }
  360. .helpboxAlias
  361. {
  362.   color:black;
  363. }
  364. A.helpboxLinkTop:ACTIVE,  A.helpboxLinkTop:LINK, A.helpboxLinkTop:VISITED, A.helpboxLinkTop:HOVER, .helpboxCategoryTop, .helpboxCategoryExpanderSign
  365. {
  366.   color:blue;
  367. }
  368. A.helpboxLinkTop:HOVER, A.helpboxLink:HOVER, A.helpboxLinkJump:HOVER
  369. {
  370.   color:red
  371. }
  372. */
  373. /* END STYLES FOR ORIGINAL HELP BOX */